Re: [INTERFACES] Problem Applet-Appletviewer

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [INTERFACES] Problem Applet-Appletviewer
Дата
Msg-id l03110701b280236ff32a@[147.233.159.109]
обсуждение исходный текст
Ответ на Problem Applet-Appletviewer  ("REDCYT - Juan Carlos Liendro" <jliendro@diogenes.secyt.gov.ar>)
Список pgsql-interfaces
At 21:43 +0200 on 23/11/98, REDCYT - Juan Carlos Liendro wrote:


> Hi:
> I have a problem.
> I have Postgresql v.6.3 and jdk1.1.3.
> I wrote un applet of consul and one table of postgresql
> Driver (jdbc:postgresql).
> I load ClassforName(jdbc:postgresql).
>  it works fine only if:
> prompt$  java  file-consul
> and  not works
> appletviewer file-consul.html
> (Not show data, and initial applet ok).

You have to use:

            Class.forName("postgresql.Driver");

The "jdbc:postgresql" is not the name of the driver class to load, but the
URL of the database to which you connect. In all probability, it fails, but
it works when you run "java", because the driver is actually in your
classpath.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Alvin Khoo"
Дата:
Сообщение: pgsql (Perl 5.004 error)
Следующее
От: rasyidi
Дата:
Сообщение: (no subject)